I know this question is already asked once here!, but in that question there is only two solution and none of them is working in my case. Help me please.
Asked
Active
Viewed 195 times
1 Answers
1
try to delete this from Info.plist
of that pod (usually it sits in bundle of the pod) - helped me once with another pod:
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>

serg_zhd
- 1,023
- 14
- 26
-
I dont have CFBundleExecutable in my pod Info.plist. And what I write in place of
${EXECUTABLE_NAME} or I remove that row? – Mukul_3062 Sep 19 '16 at 21:21 -
that string is a value of `CFBundleExecutable` if `
${EXECUTABLE_NAME} ` hangs by itself I think better to remove it – serg_zhd Sep 19 '16 at 21:22 -
I installed that pod and see this
CFBundleIdentifier org.cocoapods.${PRODUCT_NAME:rfc1034identifier} – serg_zhd Sep 19 '16 at 21:27 -
I am trying it. Thanks :-) – Mukul_3062 Sep 19 '16 at 21:28
-
Sometimes it confuses the itunes for a random reason - I had this issue trying to upload update of 1-year old project (uploaded ok N times before that) which had pod with `Info.plist` and this key - deleting the key saved me. I hope it helps. – serg_zhd Sep 19 '16 at 21:31
-
No change, output is same after removing that. Thanks anyway, if you have some more ways, i will try them too. – Mukul_3062 Sep 19 '16 at 21:47
-
Let us [continue this discussion in chat](http://chat.stackoverflow.com/rooms/123737/discussion-between-mukul-3062-and-serg-zhd). – Mukul_3062 Sep 19 '16 at 21:53