Giter Club home page Giter Club logo

Comments (13)

youknowone avatar youknowone commented on July 18, 2024

Hi. Would you share me the error log?

from ui7kit.

jnordh avatar jnordh commented on July 18, 2024

Pods Group
Parse Issue Group
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:409:1: Expected identifier or '('
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:411:19: Unknown type name 'NSString'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:412:44: Unknown type name 'NSString'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:414:19: Unknown type name 'NSString'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:415:43: Unknown type name 'NSString'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:417:19: Unknown type name 'NSString'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:417:50: Unknown type name 'Protocol'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:418:19: Unknown type name 'Protocol'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:418:50: Unknown type name 'NSString'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:422:30: Unknown type name 'NSString'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:423:31: Unknown type name 'NSString'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSZone.h:8:1: Expected identifier or '('
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSZone.h:16:52: Unknown type name 'NSString'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSZone.h:17:19: Unknown type name 'NSString'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:9:1: Expected identifier or '('
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:13:1: Expected identifier or '('
Semantic Issue Group
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:422:53: Format argument not an NSString
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:423:63: Format argument not an NSString
Apple LLVM compiler 4.2 Error Group
Too many errors emitted, stopping now

from ui7kit.

youknowone avatar youknowone commented on July 18, 2024

Thank you.

I am sorry but I am not sure this is problem of UI7Kit. Your xcode doesn't find NSString from Foundation and this is not a possible error from UI7Kit as I know. When I first installed xcode5, I edited SDK header accidentely and got similar problem.

To check the problem concreately, try this things and let me know the result.

  1. Remove UI7Kit from your project and try to build without UI7Kit. - If error still exists, something other problem
  2. If problem is cleared but raised again after attaching UI7Kit, please paste here the header including order of your code, including UI7Kit (maybe only main.m if you followed the instruction)

from ui7kit.

jnordh avatar jnordh commented on July 18, 2024

Hi,
when I remove UI7Kit the error goes away. If added it again (using POD), then the same error occurs again.
Yes, I followed the instruction (I believe). :-)
Here is the main.m

#import <UIKit/UIKit.h>
#import "EKZ2AppDelegate.h"
//#import <UI7Kit/UI7Kit.h>

int main(int argc, char *argv[]) {

    @autoreleasepool {
  //      [UI7Kit patchIfNeeded]; // in main.m, before UIApplicationMain()
        int retVal = UIApplicationMain(argc, argv, nil, NSStringFromClass([EKZ2AppDelegate class]));
        return retVal;
    }
}

from ui7kit.

jnordh avatar jnordh commented on July 18, 2024

Hi,
any idea what could be wrong?
regards
-Jan

from ui7kit.

youknowone avatar youknowone commented on July 18, 2024

I tried to reproduce the same environment, but uikit-appdelegate-ui7kit doesnt make any problem for my project. I hope to have zipball of entire project directory, but i guess it is not easy for you due to license or nda.

I have a public project with ui7kit qrqr: https://github.com/youknowone/qrqr

I wonder you can build this project or not. This helps to know your problem is project-specific problem or environment-specific problem. (in fact, i am not sure what to do next afrer this)
Sorry for not very helpful advices.

from ui7kit.

jnordh avatar jnordh commented on July 18, 2024

Hi,
how can it be built? I am getting this error:
iOSDevelopments/GitHUB/QRQR/zxing/iphone/Barcodes/beep-beep.aiff: No such file or directory
Even downloaded zxing... but could not get qrqr to build due to this error.
Any help would be greatly appreciated!

from ui7kit.

jnordh avatar jnordh commented on July 18, 2024

Hi again!
sorry, I resolved the qrqr build issue. The project qrqr builds just fine now. But, my project does not :-( What could be wrong? What I am doing wrong?? :-)
BR
-Jan

from ui7kit.

youknowone avatar youknowone commented on July 18, 2024

Oh.. I forgot about the submodule. Sorry for lack of instruction.

I still guess it is a header including order issue, but not sure. I really want to see the archive of the project. I feel blind now.
Could you make a minimal project archive, removing sensitive files which should not be public?

from ui7kit.

youknowone avatar youknowone commented on July 18, 2024

I fixed precompiled header errors for old cocoapods. Retry again with UI7Kit 0.3.1 and please let me know if problem doesn't become resolved.

from ui7kit.

jnordh avatar jnordh commented on July 18, 2024

Hi,
I not updated UI7Kit to 0.3.2, same problem. It fails in building PODs, not when building the real App. :-) could it be incompatibility to other PODs?
Thanks
-Jan

from ui7kit.

jnordh avatar jnordh commented on July 18, 2024

This fixes the issue:
Updated cocoapods to 0.22.2: sudo gem update cocoapods
and did an update and the project built fine.
Thank you VERY much for the great support and help!
Best regards
-Jan

from ui7kit.

youknowone avatar youknowone commented on July 18, 2024

Thank you about letting me know you solved it.

I checked current version with cocoapods 0.20.2 works finely. So kind of issues may be reproduced again.

from ui7kit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.