jasonelle-archive / jasonelle-v2

🛸 🏘️ Jasonelle issues, releases, discussions and wiki repository.
https://jasonelle.com
Mozilla Public License 2.0
422 stars 58 forks source link

Jasonette.xcworkspace throws error #83

Closed manking109 closed 4 years ago

manking109 commented 4 years ago

When I upload the IOS app to excode using Jasonette.xcworkspace and run the app jasonette-ios-master/xcode/Jasonette/Core/Jason/jason.h

if DEBUG

include <FLEX/FLEX.h>

endif

can not find flex.h file

If I load the IOS app to xcode using Jasonette.xcodeproj and run the app jasonette-ios-master/xcode/Jasonette/Core/Jason/jason.h

the xcode cant seem to find several of the PODS i saw at lest 3 maybe 4 pod error

clsource commented 4 years ago

This maybe due to the pods being not installed. Please ensure that Pods are installed executing pod install inside the xcode directory.

https://cocoapods.org/

manking109 commented 4 years ago

that worked thanks