You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2020. It is now read-only.
If not, compiling your project will lead to different errors, e.g.
@@ -136,6 +135,12 @@ or
136
135
137
136
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*.
138
137
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
+

143
+
139
144
### PostprocessBuildPlayer
140
145
141
146
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
177
182
The Hockey SDK is provided under the following license:
178
183
179
184
The MIT License
180
-
Copyright (c) 2012-2014 HockeyApp, Bit Stadium GmbH.
185
+
Copyright (c) 2012-2015 HockeyApp, Bit Stadium GmbH.
181
186
All rights reserved.
182
187
183
188
Permission is hereby granted, free of charge, to any person
@@ -204,8 +209,8 @@ The Hockey SDK is provided under the following license:
204
209
Except as noted below, PLCrashReporter
205
210
is provided under the following license:
206
211
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.
209
214
All rights reserved.
210
215
211
216
Permission is hereby granted, free of charge, to any person
0 commit comments