xcode - MyClass is unavailable: cannot find Swift declaration for this class - Release Build Only -


i getting following error:

myclass unavailable: cannot find swift declaration class

but when doing release build in xcode...debug works fine.

anyone know what's up? i'm running 6.3

if myclass inside dynamic framework (cocoa touch framework), you're using build wrong architecture. check, browse myclass.framework in finder, , check modules/airservicekit.swiftmodule. there should x86_64.swiftmodule or arm64.swiftmodule, if you're using simulator there should x86, or arm if you're building device.


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -