From d4a0c7a334b33b059d50b312b7b4b3d92c800c0f Mon Sep 17 00:00:00 2001
From: Philipp Wallrich
Date: Mon, 27 Apr 2020 23:03:02 +0200
Subject: [PATCH] Adding fix for "Module 'Hello' not found" Error, when
building in xcode
---
Mobile.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/Mobile.md b/Mobile.md
index 9e023d78..130b793c 100644
--- a/Mobile.md
+++ b/Mobile.md
@@ -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.
