AirSim
AirSim copied to clipboard
Unable to build on MacOS with Xcode
Bug report
- AirSim Version/#commit: [6688d27]
- UE/Unity version: UE 4.27
- autopilot version: N/A
- OS Version: MacOS Ventura 13.4.1
What's the issue you encountered?
When trying to build Blocks.xcworkspace I get the following error:
Settings
Default settings
How can the issue be reproduced?
I've followed all the steps in build_macos.md
Include full error message in text form
Cannot code sign because the target does not have an Info.plist file and one is not being generated automatically. Apply an Info.plist file to the target using the INFOPLIST_FILE build setting or generate one automatically by setting the GENERATE_INFOPLIST_FILE build setting to YES (recommended).
I have the same issue...
ok, this is a way to fix this particular issue with signatures https://stackoverflow.com/questions/31039513/how-can-i-skip-code-signing-for-development-builds-in-xcode/54296008#54296008
Same issue. Any resolutions so far??
You can get past this issue, but I'm getting other build blockers around deprecated syntax and after I fix those, there were a ton of other issues in other files. I followed the mac build instructions but haven't gotten it working yet (M2 MBP). AirSim build fine still but stuck at building Blocks in Xcode.