Please check the image. Thats what I get when I try import private frameworks.
Asked
Active
Viewed 328 times
0
-
what is SBApplicationController?? Is it a class from any framework? – Chanchal Warde Jun 03 '17 at 09:34
-
Storyboard private framework – Taher Ismail Jun 04 '17 at 02:22
1 Answers
0
It looks like you are trying to build your application for simulator while your library/framework is compiled for the ARM (device) only). The simplest solution is to use device as the target and debug directly on iPhone/ iPad.
Either you can build this framework/library with simulator as target.
The third option - create universal version of framework, which includes binaries both for simulator (X86_64) and for the device (ARM).
If you have no access to source code your only way - debug on the device.

Vladimir Vodolazkiy
- 564
- 3
- 10