In Xcode the protocol is found, in AppCode doesn't.

已回答

My project uses Carthage to install my own frameworks in project. Xcode can find and implement protocols from my package. But in AppCode this doesn't work.

Command + Click

 

Ctrl + I

 

Xcode found because ask to fix the class implementing the protocol...

2
正式评论

Hi Ronan,

Which AppCode & Xcode versions (check in AppCode Preferences | Tools | Xcode) are you using?

'CommonSwift' is a pure Swift framework, is that right? Do you experience problems with other custom frameworks?

Is it possible to share a sample project with us, so that we take a look at project targets setup, etc?

Avatar
Ronan Rodrigo Nunes

AppCode 2018.2.1
Build #OC-182.3911.53, built on August 14, 2018
Licensed to Nu Pagamentos S.A. / Ronan Nunes
Subscription is active until July 12, 2019
JRE: 1.8.0_152-release-1248-b8 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.13.6

 

Xcode
Version 9.4.1 (9F2000)

 

'CommonSwift' is a pure Swift framework, is that right?
Yes. But the project that I am working has Objective-C and Swift.

 

Do you experience problems with other custom frameworks?
Yes I noticed this a few times.

 

Is it possible to share a sample project with us, so that we take a look at project targets setup, etc?
It's not possible :/

0

请先登录再写评论。