Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS Sonoma Compatibility #14

Open
tonystech opened this issue Mar 4, 2024 · 3 comments
Open

macOS Sonoma Compatibility #14

tonystech opened this issue Mar 4, 2024 · 3 comments

Comments

@tonystech
Copy link

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

@marchbold
Copy link
Contributor

Interesting, what terminal are you using? Could you check if readlink is available?

@marchbold
Copy link
Contributor

Are you certain you need the / at the start of your icon.png path? That would make it an unusual absolute path.

@pavelzmolik
Copy link

I have the same question.. mentioned here:
#11 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants