-
-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I was previously working on an Intel MacBook Pro running Ventura. I recently upgraded to an M3 Max running Sonoma.
On my previous machine, I ran this in the terminal and it worked great:
/graphics/asset_car_gen/AIR-ImageScripts-master/generate.sh /graphics/asset_car_gen/icon.png /graphics/asset_car_gen/lauchscreen-assets/launchscreen.png "#ffffff" /Users/tonystech/Documents/nomo
On my new machine, it returns:
usage: /graphics/asset_car_gen/AIR-ImageScripts-master/generate.sh icon_image launch_image fill_bg_color [dst_dir]
I have imagemagick installed. I have both Xcode 15.1 and 14.3.1 installed. (I had to change the CFBundleVersion to 22265 in 14.3.1's plist in order to get it to open because Sonoma technically only runs 15). I switch between versions using
export DEVELOPER_DIR=/Applications/Xcode14.3.1.app/Contents/Developer
Is there something I'm missing? I tried my best to figure this out before asking :)