GithubHelp home page GithubHelp logo

Comments (8)

guteSeite avatar guteSeite commented on September 15, 2024

same here... se2020 / MacBook Air M1

from fugu14.

apostoloskotsiras avatar apostoloskotsiras commented on September 15, 2024

same

from fugu14.

dying4004 avatar dying4004 commented on September 15, 2024

have same issue but app is deployed if i hit run on the xcode which tells me this could be something to do with xcodebuild command.

from fugu14.

skakwy avatar skakwy commented on September 15, 2024

did you change the signing settings in xcode ?
did you use the right dev identifier thingy https://youtu.be/vT24WO0RDs8?t=484

from fugu14.

AlexanderGatesV2 avatar AlexanderGatesV2 commented on September 15, 2024

Same issue on M1

from fugu14.

skakwy avatar skakwy commented on September 15, 2024

Same issue on M1

so after some research, I found out that you maybe have to add -destination 'generic/platform=iOS to the xcodebuild command https://developer.apple.com/forums/thread/668952
and after watching at the code of the ios_install.py file you may make it work by replacing line 122
with subprocess.run(["xcodebuild", "-scheme", "Fugu14App", "-derivedDataPath", "-destination '-generic/platform=iOS","build"], check=True, cwd="arm/iOS/Fugu14App/")
Maybe it does work it maybe it doesn't idk at least its worth a try
(Correct me if anything of what I just said is completely wrong )

from fugu14.

AlexanderGatesV2 avatar AlexanderGatesV2 commented on September 15, 2024
--- xcodebuild: WARNING: Using the **first** of multiple matching destinations:
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:*** }
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
{ platform:iOS, id:***, name:Alexander 12 Pro Max }
{ platform:iOS Simulator, id:***, OS:14.3, name:i12pm } 

Seems to be only accepting the first entry.
changed the line in ios_install.py to ", "-destination 'platform=iOS, id=IDENTITY'", "build"]
no luck

from fugu14.

skakwy avatar skakwy commented on September 15, 2024
--- xcodebuild: WARNING: Using the **first** of multiple matching destinations:
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:*** }
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
{ platform:iOS, id:***, name:Alexander 12 Pro Max }
{ platform:iOS Simulator, id:***, OS:14.3, name:i12pm } 

Seems to be only accepting the first entry. changed the line in ios_install.py to ", "-destination 'platform=iOS, id=IDENTITY'", "build"] no luck

oh ok damn

from fugu14.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.