mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Adding fix for "Module 'Hello' not found" Error, when building in xcode
parent
8a39ead790
commit
d4a0c7a334
@ -183,10 +183,12 @@ $ open ios/bind.xcodeproj
|
||||
```
|
||||
Drag and drop the `Hello.framework` bundle to the Xcode project. Check "Copy items if needed" if you need a different copy of the framework bundle within the Xcode otherwise. Otherwise, modifying the Go package source code and rerunning `gomobile bind` will update the hello.framework.
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
If you decide to keep `Hello.framework` in the main directory you have to add the main directory to the `Framework Search Paths` in the the targets Build Settings.
|
||||
|
||||

|
||||
|
||||
Your project layout should look like what's shown below.
|
||||
|
||||

|
||||
|
Loading…
x
Reference in New Issue
Block a user