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

x/mobile/cmd/gomobile: ios build must be able to rewrite to output #11446

Closed
rakyll opened this issue Jun 28, 2015 · 0 comments
Closed

x/mobile/cmd/gomobile: ios build must be able to rewrite to output #11446

rakyll opened this issue Jun 28, 2015 · 0 comments
Milestone

Comments

@rakyll
Copy link
Contributor

rakyll commented Jun 28, 2015

$ tree
.
├── assets
│   └── a.txt
├── hello.app
│   ├── Info.plist
│   ├── PkgInfo
│   ├── _CodeSignature
│   │   └── CodeResources
│   ├── assets
│   │   └── a.txt
│   ├── embedded.mobileprovision
│   └── main
└── hello.go

$ gomobile build -target=ios .
gomobile: rename /var/folders/00/1b8h8000h01000cxqpysvccm005d21/T/xcodeproject621531634/build/Release-iphoneos/main.app hello.app: directory not empty

@rakyll rakyll self-assigned this Jun 28, 2015
@rakyll rakyll added this to the Go1.5 milestone Jun 28, 2015
@golang golang locked and limited conversation to collaborators Jun 28, 2016
imWildCat pushed a commit to imWildCat/go-mobile that referenced this issue Apr 10, 2021
Fixes golang/go#11446.

Change-Id: I578bb0c6f09ea35abe56ddb8310fac85bfa20c97
Reviewed-on: https://go-review.googlesource.com/11583
Reviewed-by: David Crawshaw <crawshaw@golang.org>
imWildCat pushed a commit to imWildCat/go-mobile that referenced this issue Apr 11, 2021
Fixes golang/go#11446.

Change-Id: I578bb0c6f09ea35abe56ddb8310fac85bfa20c97
Reviewed-on: https://go-review.googlesource.com/11583
Reviewed-by: David Crawshaw <crawshaw@golang.org>
@rsc rsc unassigned rakyll Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants