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
I was able to get the MacOS project running via the instructions without issue. However, while following the iOS instructions I first came across build errors with the message
This worked to stop the Cbgfx complaints but then I got two new problems:
Missing required modules: 'CChipmunk2D', 'Cpng'
So now I'm wondering if I've just set things up incorrectly or if something has changed since the instructions were made. From what it looks like to me the framework themselves build no problem:
Any advice on where I might be going wrong? Thanks
The text was updated successfully, but these errors were encountered:
Swift 4.0.3
XCode 9.2
I was able to get the MacOS project running via the instructions without issue. However, while following the iOS instructions I first came across build errors with the message
Missing required module 'Cbgfx'
So after some Googling I found this answer: https://stackoverflow.com/questions/31757417/swift-app-missing-required-module-when-importing-framework-that-imports-stati
Which led me to find the Cbgfx module map and point to it in the demo search paths.
$(SRCROOT)/Fiber2D-iOS.xcodeproj/GeneratedModuleMap/Cbgfx
This worked to stop the Cbgfx complaints but then I got two new problems:
Missing required modules: 'CChipmunk2D', 'Cpng'
So now I'm wondering if I've just set things up incorrectly or if something has changed since the instructions were made. From what it looks like to me the framework themselves build no problem:
Any advice on where I might be going wrong? Thanks
The text was updated successfully, but these errors were encountered: