OceanLabs / iOS-Print-SDK

iOS Print SDK. Easily add print on demand functionality to your app within minutes! Print Postcards, Magnets, Photo Prints, Posters, Stickers, T-Shirts, PhotoBooks, etc.
https://www.kite.ly
111 stars 33 forks source link

Crash on loading OLKiteResources #292

Open ALexanderLonsky opened 7 years ago

ALexanderLonsky commented 7 years ago

Hello, I get a crash when pressing on "Start Creating" button: Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle <KitelyTest.app/Frameworks/KiteSDK.framework/OLKiteResources.bundle> (not yet loaded)' with name 'OLHintView''

Integrated the library using cocoapods

kkarayannis commented 7 years ago

Which product did you try to create? Phone cases?

Take a look at the example projects: https://github.com/OceanLabs/Example-Kite-iOS-Cocoapods https://github.com/OceanLabs/Example-Kite-iOS-Cocoapods-Objc

Those seem to work fine with the latest version of Kite, Cocoapods 1.3.1 and Xcode 9

ALexanderLonsky commented 7 years ago

Weird, none of products work for me, I get the crash. Cocoapods 1.3.1 and Xcode 9. I tried to clean project/derived data and etc.

P.S. Carthage works well.