Running Project in XCode emulator
Disabling Flipper in case of: event 2/event-config.h' file not found
At <ProjectFolder>/ios/Podman comment Flipper blocks, like:
#use_flipper!
#post_install do |installer|
# flipper_post_install(installer)
#end
Then, at <ProjectFolder>/ios/ run:
pod install
Open the file <ProjectFile>.xcworkspace in XCode
- Note: Be careful to use the file with extension xcworkspace
Pick a good emulator version and then you can Run.
No Comments