Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit a54047a

Browse files
author
Christoph Wendt
committed
Add disable arc entry (troubleshooting section)
1 parent 6f7b59d commit a54047a

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

Documentation/08_disable_arc.png

1.09 MB
Loading

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ If you have any problems with compiling the exported xCode projects, please chec
106106
After exporting your Unity project, your xCode project should now contain the following files:
107107

108108
* **libHockeyAppUnity.a** & **HockeyAppUnityWrapper.m** (*Libraries/HockeyAppUnityIOS/*)
109-
*
110109
* **HockeySDKResources.bundle** (*Frameworks/HockeyAppUnityIOS/*)
111110

112111
If not, compiling your project will lead to different errors, e.g.
@@ -136,6 +135,12 @@ or
136135

137136
Please note that Unity only copies those files if you import them correctly. Go back to your Unity project – the files should be located at *Assets/Plugins/iOS*.
138137

138+
### Errors in HockeyAppUnityWrapper.m
139+
140+
If your Xcode gives you several errors for HockeyAppUnityWrapper.m, you'll have to set the `-fno-objc-arc` compiler flag under *Build Phases -> Compile Sources*
141+
142+
![alt text](Documentation/08_disable_arc.png "Disable ARC for HockeyAppUnityWrapper.m")
143+
139144
### PostprocessBuildPlayer
140145

141146
A lot of errors may occure if the **PostprocessBuildPlayer** file is not in the right directory of your Unity project. This file does some configuration to make the plugin work out of the box. It should be located at *Assets/Editor* of your Unity project.
@@ -177,7 +182,7 @@ This might also happen if you forgot to put the app ID inside the script form of
177182
The Hockey SDK is provided under the following license:
178183

179184
The MIT License
180-
Copyright (c) 2012-2014 HockeyApp, Bit Stadium GmbH.
185+
Copyright (c) 2012-2015 HockeyApp, Bit Stadium GmbH.
181186
All rights reserved.
182187

183188
Permission is hereby granted, free of charge, to any person
@@ -204,8 +209,8 @@ The Hockey SDK is provided under the following license:
204209
Except as noted below, PLCrashReporter
205210
is provided under the following license:
206211

207-
Copyright (c) 2008 - 2014 Plausible Labs Cooperative, Inc.
208-
Copyright (c) 2012 - 2014 HockeyApp, Bit Stadium GmbH.
212+
Copyright (c) 2008 - 2015 Plausible Labs Cooperative, Inc.
213+
Copyright (c) 2012 - 2015 HockeyApp, Bit Stadium GmbH.
209214
All rights reserved.
210215

211216
Permission is hereby granted, free of charge, to any person

0 commit comments

Comments
 (0)