You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2022. It is now read-only.
In my swift code I use also Obj C codes too (with bridging header naturally). I included this as a pod, but get the error message: "Include of non-modular header inside framework module 'SBYZipArchive.ioapi". I checked to made the h files public, to inlcude libz.dylib in the Build Phases->Link Binary and also set the "Allow non-modular Includes in Framework Modules" - without any luck.
Finally I found the following, to state that the above option seem not to work with swift projects: http://inessential.com/2015/03/16/swift_blocker
(The pure Obj C example project worked with no problems...)
In my swift code I use also Obj C codes too (with bridging header naturally). I included this as a pod, but get the error message: "Include of non-modular header inside framework module 'SBYZipArchive.ioapi". I checked to made the h files public, to inlcude libz.dylib in the Build Phases->Link Binary and also set the "Allow non-modular Includes in Framework Modules" - without any luck.
Finally I found the following, to state that the above option seem not to work with swift projects:
http://inessential.com/2015/03/16/swift_blocker
(The pure Obj C example project worked with no problems...)