在Mac OS X上查找静态库的依赖项

时间:2015-10-06 20:28:31

标签: ios macos dependencies static-libraries

我使用的是Mac OS X 10.10.5

我使用XCode 7.0构建企业iOS应用程序。

此企业应用程序中的某些库是静态的,有些是动态的。

我已经能够使用df=pd.merge(df0, df1, on='Date', how='outer') df=df.sort(['Date'], ascending=[1]) headertofill=list(df1.columns.values) df[headertofill]=df[headertofill].fillna(method='pad') df=df[pd.isnull(df[var_from_df0_only])==False] 告诉我我需要 动态库 ,但静态库我刚刚获得了构建静态库的.o文件列表,但这并没有告诉我有关依赖项的信息。

a bunch of magic

0 个答案:

没有答案