AirSim icon indicating copy to clipboard operation
AirSim copied to clipboard

Unable to build on MacOS with Xcode

Open santurini opened this issue 1 year ago • 4 comments

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:

image

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).

santurini avatar Jul 12 '23 13:07 santurini

I have the same issue...

yrik avatar Aug 16 '23 22:08 yrik

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

yrik avatar Aug 17 '23 12:08 yrik

Same issue. Any resolutions so far??

Inglam avatar Dec 09 '23 21:12 Inglam

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.

jordanhamel avatar Mar 06 '24 08:03 jordanhamel