# Fatal error: 'WowzaGoCoderSDK/WowzaGoCoderSDK.h' file not found

**URL:** https://community.wowza.com/t/fatal-error-wowzagocodersdk-wowzagocodersdk-h-file-not-found/54085
**Category:** Wowza GoCoder SDK
**Created:** [October 18, 2019, 9:36am UTC](https://community.wowza.com/t/fatal-error-wowzagocodersdk-wowzagocodersdk-h-file-not-found/54085 "2019-10-18T09:36:57Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Francesco\_Galgani1](https://avatars.discourse-cdn.com/v4/letter/f/977dab/32.png) [@Francesco\_Galgani1](https://community.wowza.com/u/Francesco_Galgani1)
#### Post date: [October 18, 2019, 9:36am UTC](https://community.wowza.com/t/fatal-error-wowzagocodersdk-wowzagocodersdk-h-file-not-found/54085/1 "2019-10-18T09:36:57Z")

</div>

I’m trying to use the framework folder inside

gocoder-sdk-ios-build-1369-v1.8.1.zip

but I get the error:

fatal error: ‘WowzaGoCoderSDK/WowzaGoCoderSDK.h’ file not found  
#import \<WowzaGoCoderSDK/WowzaGoCoderSDK.h\>  
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  
1 error generated.

I get that error both trying to use your GoCoder SDK as described in your guides and trying to use a custom pod that includes your framework. I’ve done a lot of attempts.

Thank you for your support.

---

<div class="post-metadata">

### Author: ![Amara\_Graham](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/amara_graham/32/381_2.png) [@Amara\_Graham](https://community.wowza.com/u/Amara_Graham)
#### Post date: [October 18, 2019, 2:11pm UTC](https://community.wowza.com/t/fatal-error-wowzagocodersdk-wowzagocodersdk-h-file-not-found/54085/2 "2019-10-18T14:11:25Z")

</div>

Hi Francesco,

How are you including the SDK in your project? I usually drag and drop mine into xcode. Is it showing up in your Project \> General settings in the Frameworks, Libraries, and Embedded Content section?

---

<div class="post-metadata">

### Author: ![Francesco\_Galgani1](https://avatars.discourse-cdn.com/v4/letter/f/977dab/32.png) [@Francesco\_Galgani1](https://community.wowza.com/u/Francesco_Galgani1)
#### Post date: [October 18, 2019, 3:42pm UTC](https://community.wowza.com/t/fatal-error-wowzagocodersdk-wowzagocodersdk-h-file-not-found/54085/3 "2019-10-18T15:42:22Z")

</div>

Hi Amara,

did you drag and drog the framework folder? I’ve already tried that.

I noted a difference between the tutorial video and the content of the zip file. In the tutorial there is a .framework file with a different icon from other files, while in the zip file the framework is a standard directory. Could it be the cause of the issue? Have you tried to use the last version of GoCoder SDK per iOS?

---

<div class="post-metadata">

### Author: ![Amara\_Graham](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/amara_graham/32/381_2.png) [@Amara\_Graham](https://community.wowza.com/u/Amara_Graham)
#### Post date: [October 18, 2019, 3:43pm UTC](https://community.wowza.com/t/fatal-error-wowzagocodersdk-wowzagocodersdk-h-file-not-found/54085/4 "2019-10-18T15:43:24Z")

</div>

I will try now and see if I can duplicate the behavior.

---

<div class="post-metadata">

### Author: ![Amara\_Graham](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/amara_graham/32/381_2.png) [@Amara\_Graham](https://community.wowza.com/u/Amara_Graham)
#### Post date: [October 18, 2019, 4:51pm UTC](https://community.wowza.com/t/fatal-error-wowzagocodersdk-wowzagocodersdk-h-file-not-found/54085/5 "2019-10-18T16:51:00Z")

</div>

I was able to reproduce this. Make sure your framework file path is correct. I added the framework file in Finder to my project directory, and then added the framework through the + button in the Frameworks, Libraries, and Embedded Content section, referencing the file in that project directory and it worked. I think Xcode changed how they build the reference path.

Let me know if this works for you!

---

<div class="post-metadata">

### Author: ![Francesco\_Galgani1](https://avatars.discourse-cdn.com/v4/letter/f/977dab/32.png) [@Francesco\_Galgani1](https://community.wowza.com/u/Francesco_Galgani1)
#### Post date: [October 18, 2019, 6:15pm UTC](https://community.wowza.com/t/fatal-error-wowzagocodersdk-wowzagocodersdk-h-file-not-found/54085/6 "2019-10-18T18:15:50Z")

</div>

Solved 😃

---

<div class="post-metadata">

### Author: ![Amara\_Graham](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/amara_graham/32/381_2.png) [@Amara\_Graham](https://community.wowza.com/u/Amara_Graham)
#### Post date: [October 18, 2019, 6:32pm UTC](https://community.wowza.com/t/fatal-error-wowzagocodersdk-wowzagocodersdk-h-file-not-found/54085/7 "2019-10-18T18:32:14Z")

</div>

Wonderful! Happy coding Francesco!
