```/bin/sh -c /~Project/iosCompose/build/ios/IPhone13Pro/Project.xcodeproj/build/Build/Intermediates...
m
Copy code
/bin/sh -c /~Project/iosCompose/build/ios/IPhone13Pro/Project.xcodeproj/build/Build/Intermediates.noindex/Project.build/Debug-iphonesimulator/Project.build/Script-A0A12AFC4A775C8F0800478E.sh
/~Project/iosCompose/build/ios/IPhone13Pro/Project.xcodeproj/build/Build/Intermediates.noindex/Project.build/Debug-iphonesimulator/Project.build/Script-A0A12AFC4A775C8F0800478E.sh: line 2: ./gradlew: No such file or directory
Command PhaseScriptExecution failed with a nonzero exit code
anyone knows why this occurs?
d
What project are you trying to build? Can you share code on GitHub?
m
it is private repo
but I created separate module in a project and I did copy/paste of https://github.com/JetBrains/compose-jb/tree/master/experimental/examples/falling-balls-mpp compose for ios config
am getting same error while trying to build latest falling balls too
same error
d
What versions on MacOS and Xcode do you have?
m
macOS version: 12.5.1 (21G83) xcode version: 14.0.1 (14A400)
d
Can you please try to run this sample without modification? https://github.com/JetBrains/compose-jb/tree/master/experimental/examples/falling-balls-mpp
./gradlew iosDeployIPhone8Debug
m
one second
standart output log is empty
error log:
Copy code
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2):
Unable to boot device because we cannot determine the runtime bundle.
No such file or directory
d
And, also this commands please, too:
./gradlew iosDeployIPadDebug
m
now simulator started but error is:
Copy code
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=22):
Failed to install the requested application
The application's Info.plist does not contain a valid CFBundleVersion.
Ensure your bundle contains a valid CFBundleVersion.
d
Yeah, I think we can fix it in future versions
m
so for now there is nothing I can do about it?
and… thank you very much for you help and time
same for macOS 12.6 (21G115)
d
Thanks!
t
Is this bug still present or is there a fix for it? I can see the CFBundleVersion in the generated project, yet it says -
Copy code
The application's Info.plist does not contain a valid CFBundleVersion.
Ensure your bundle contains a valid CFBundleVersion.
Edit - Seems like its fixed in 1.3.0-alpha01-dev824
d
m
am getting same error
d
We will prepare newer version next weak
Can you create reproduction sample on GitHub?
ok, thanks
m
FallingBalls
d
i think it will be fixed in next dev version
m
it finally works!
d
Yeah, thanks to our new developer @Nikita Lipsky It will work since version 1.3.0-alpha01-dev827
Also, thanks to our contributor!!! @Blaž He made a create job to fix this bug! https://github.com/JetBrains/compose-jb/pull/2406
m
will it stop working if I update to macOS Ventura? you asked me previously about system version so I presume it matters
d
@Marko Novakovic Yeah, system version matters. We didn't test it on macOS Ventura yet...
m
thanks
d
I will test is soon on my second MacBook
I checked. It work's, but on second launch. So you can update, but run gradle command twice.
m
thank you very much