Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
GMShareSDK
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
GMShareSDK
Commits
e2d99ef8
Commit
e2d99ef8
authored
Mar 31, 2020
by
汪洋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
尝试修复Include of non-modular header inside framework module
parent
c06af7e5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
project.pbxproj
Example/GMShareSDK.xcodeproj/project.pbxproj
+2
-0
Podfile
Example/Podfile
+1
-1
No files found.
Example/GMShareSDK.xcodeproj/project.pbxproj
View file @
e2d99ef8
...
...
@@ -536,6 +536,7 @@
baseConfigurationReference
=
B0EC0126CB08246293DA5519
/* Pods-GMShareSDK_Example.debug.xcconfig */
;
buildSettings
=
{
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES
=
YES
;
DEVELOPMENT_TEAM
=
86R4V3XFLU
;
GCC_PRECOMPILE_PREFIX_HEADER
=
YES
;
GCC_PREFIX_HEADER
=
"GMShareSDK/GMShareSDK-Prefix.pch"
;
...
...
@@ -556,6 +557,7 @@
baseConfigurationReference
=
174E39EBC691D1A6D6E7E128
/* Pods-GMShareSDK_Example.release.xcconfig */
;
buildSettings
=
{
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES
=
YES
;
DEVELOPMENT_TEAM
=
86R4V3XFLU
;
GCC_PRECOMPILE_PREFIX_HEADER
=
YES
;
GCC_PREFIX_HEADER
=
"GMShareSDK/GMShareSDK-Prefix.pch"
;
...
...
Example/Podfile
View file @
e2d99ef8
use_frameworks!
inhibit_all_warnings!
platform
:ios
,
'
8
.0'
platform
:ios
,
'
9
.0'
#require 'pry'
#open source
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment