You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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 :)
The text was updated successfully, but these errors were encountered: